home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / newmk.zip / LIB / MAKEFILE next >
Text File  |  1992-11-05  |  173b  |  13 lines

  1. DLL_SWITCH=NO_DLL
  2. !include <ntwin32.mak>
  3.  
  4. # This line allows NMAKE to work as well
  5.  
  6. all: myopt.obj
  7.  
  8. myopt.obj : myopt.c
  9.      $(cc) $(cflags) $(cvars) myopt.c
  10.  
  11.  
  12.  
  13.